MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / get

Method get

src/python/plugin_runner.cpp:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 explicit PyObjectGuard(PyObject* p) : obj(p) {}
24 ~PyObjectGuard() { Py_XDECREF(obj); }
25 PyObject* get() const { return obj; }
26 operator bool() const { return obj != nullptr; }
27 };
28

Callers 2

pyobj_to_stringFunction · 0.45
run_plugin_commandFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected