MCPcopy Create free account
hub / github.com/bloomberg/pystack / Scope

Method Scope

src/pystack/_pystack/pycode.cpp:250–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250std::string
251CodeObject::Scope() const
252{
253 return d_scope;
254}
255
256const LocationInfo&
257CodeObject::Location() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected