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

Method getBody

packages/language-python/src/nodes/python_file.ts:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 }
51
52 getBody() {
53 return this.getChildSet('body')
54 }
55
56 generateCodeString(): string {
57 return 'print("Hello, World!")\n'

Callers 13

getDictionaryTestFileFunction · 0.95
getHelloWorldPythonFileFunction · 0.95
getHelloWorldPythonFileFunction · 0.95
getBreadcrumbsTestFileFunction · 0.95
generateParseTreeMethod · 0.95
addModuleImportMethod · 0.95
makeHandlerMethod · 0.95

Calls 1

getChildSetMethod · 0.45

Tested by 4

getDictionaryTestFileFunction · 0.76
getHelloWorldPythonFileFunction · 0.76
getHelloWorldPythonFileFunction · 0.76
getBreadcrumbsTestFileFunction · 0.76