MCPcopy
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

detectMethod · 0.95
_generate_contextsMethod · 0.95
injectMethod · 0.95
renderMethod · 0.95
detect_readMethod · 0.95
writeMethod · 0.95
evaluateMethod · 0.95
executeMethod · 0.95
evaluate_blindMethod · 0.95
execute_blindMethod · 0.95
mainFunction · 0.80

Calls

no outgoing calls

Tested by 2

mainMethod · 0.64