Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Louisym/MiniCC
/ execute
Method
execute
tutorials/18_design_patterns_for_agents.py:697–698 ·
view source on GitHub ↗
(self, name: str, inp: str)
Source
from the content-addressed store, hash-verified
695
return
decorator
696
697
def
execute(self, name: str, inp: str) -> str:
698
return
self._handlers[name](inp)
699
700
r = DecoratorRegistry()
701
Callers
1
lesson_4_registry_pattern
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected