Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/epinna/tplmap
/ get
Method
get
core/plugin.py:503–504 ·
view source on GitHub ↗
(self, key, default = None)
Source
from the content-addressed store, hash-verified
501
self.channel.data[key] = value
502
503
def
get(self, key, default = None):
504
return
self.channel.data.get(key, default)
505
506
def
delete(self, key):
507
if
key in self.channel.data:
Callers
15
detect
Method · 0.95
_generate_contexts
Method · 0.95
_detect_unreliable_render
Method · 0.95
inject
Method · 0.95
render
Method · 0.95
detect_read
Method · 0.95
write
Method · 0.95
evaluate
Method · 0.95
execute
Method · 0.95
evaluate_blind
Method · 0.95
execute_blind
Method · 0.95
main
Function · 0.80
Calls
no outgoing calls
Tested by
2
test_reflection_quotes
Method · 0.64
main
Method · 0.64