MCPcopy Create free account
hub / github.com/digego/extempore / getEnvironment

Method getEnvironment

src/SchemeProcess.cpp:1038–1041  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1036 }
1037
1038 pointer SchemeObj::getEnvironment()
1039 {
1040 return env;
1041 }
1042
1043 pointer SchemeObj::getValue()
1044 { //NOTE: REMEMBER THAT getValue() is called from a non-scheme thread: so don't try to change the scheme environment in anyway!!

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected