Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Houseofmvps/codesight
/ RudderstackEvent
Interface
RudderstackEvent
src/ast/extract-brightscript.ts:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
export
interface
RudderstackEvent {
47
name: string;
48
line: number;
49
}
50
51
/**
52
* Extract top-level
function
/ sub declarations from .brs source.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected