MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / child

Method child

tools/gen_struct_info.py:136–138  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

134 self.code.append(fr'printf("\"{name}\": ");')
135
136 def child(self, name: str):
137 self._start_child(name)
138 return Scope(self.code)
139
140 def set(self, name: str, type_: str, value: str):
141 self._start_child(name)

Callers 4

gen_inspect_codeMethod · 0.95
generate_c_codeFunction · 0.80
CKeyViewFunction · 0.80
__fork_handlerFunction · 0.80

Calls 2

_start_childMethod · 0.95
ScopeClass · 0.85

Tested by

no test coverage detected