Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ritwickdey/vscode-live-server
/ IAppModel
Interface
IAppModel
src/IAppModel.ts:14–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
export
interface
IAppModel {
15
readonly runningPort: number;
16
readonly onDidGoLive: Event<GoLiveEvent>;
17
readonly onDidGoOffline: Event<GoOfflineEvent>;
18
}
Callers
nothing calls this directly
Implementers
1
AppModel
src/appModel.ts
Calls
no outgoing calls
Tested by
no test coverage detected