MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / RunCode

Function RunCode

tests/external/gmock-1.7.0/gtest/scripts/pump.py:702–704  ·  view source on GitHub ↗
(env, code_node, output)

Source from the content-addressed store, hash-verified

700
701
702def RunCode(env, code_node, output):
703 for atomic_code in code_node.atomic_code:
704 RunAtomicCode(env, atomic_code, output)
705
706
707def IsSingleLineComment(cur_line):

Callers 2

RunAtomicCodeFunction · 0.85
ConvertFromPumpSourceFunction · 0.85

Calls 1

RunAtomicCodeFunction · 0.85

Tested by

no test coverage detected