Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SplootCode/splootcode
/ logSideEffect
Method
logSideEffect
python/executor.py:853–854 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
851
self.stack.pop()
852
853
def
logSideEffect(self, data):
854
self.sideEffects.append(data)
855
856
def
logExpressionResult(self, nodetype, data, result):
857
data[
"result"
] = str(result)
Callers
1
f
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected