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

Function f

python/executor.py:967–970  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

965
966def wrapStdout(write):
967 def f(s):
968 if capture:
969 capture.logSideEffect({"type": "stdout", "value": str(s)})
970 write(s)
971 return f
972
973if __name__ == "__main__":

Callers

nothing calls this directly

Calls 2

logSideEffectMethod · 0.80
toDictMethod · 0.45

Tested by

no test coverage detected