MCPcopy Create free account
hub / github.com/SplootCode/splootcode / fileLoaded

Method fileLoaded

packages/core/src/language/projects/file.ts:21–24  ·  view source on GitHub ↗
(node: SplootNode)

Source from the content-addressed store, hash-verified

19 }
20
21 fileLoaded(node: SplootNode) {
22 this.rootNode = node
23 this.isLoaded = true
24 }
25
26 serialize(): string {
27 // We can't do this if we're not loaded.

Callers 2

addFileMethod · 0.95
getLoadedFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected