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

Method dynamicSuggestions

packages/language-web/types/js/if.ts:35–37  ·  view source on GitHub ↗
(parent: ParentReference, index: number, textInput: string)

Source from the content-addressed store, hash-verified

33 }
34
35 async dynamicSuggestions(parent: ParentReference, index: number, textInput: string): Promise<SuggestedNode[]> {
36 return []
37 }
38}
39
40export class IfStatement extends SplootNode {

Callers 2

getDynamicSuggestionsMethod · 0.45
getPrefixSuggestionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected