MCPcopy Create free account
hub / github.com/0xPhoeniX/MazeWalker / is_python_ready

Function is_python_ready

MazeTracer/src/python_support.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128int is_python_ready()
129{
130 return python_ready;
131}
132
133char* call_analyzer(const char* module, const char* func_name, short param_num, long* params, char** err)
134{

Callers 1

call_analyzerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected