Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MemTensor/MemOS
/ handler
Method
handler
tests/plugins/test_plugin_demo.py:230–231 ·
view source on GitHub ↗
(*, value, **kwargs)
Source
from the content-addressed store, hash-verified
228
define_hook(
"test.single"
, description=
"single"
, params=[
"value"
])
229
230
def
handler(*, value, **kwargs):
231
return
value + 1
232
233
register_hook(
"test.single"
, handler)
234
Callers
10
runSearchTests
Function · 0.80
runDedupChecks
Function · 0.80
runSummaryChecks
Function · 0.80
runTopicChecks
Function · 0.80
main
Function · 0.80
policy.test.ts
File · 0.80
accuracy.test.ts
File · 0.80
memory-search-tool.test.ts
File · 0.80
integration.test.ts
File · 0.80
dispatch
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected