Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AstrBotDevs/AstrBot
/ _fake_set_skill_active
Function
_fake_set_skill_active
tests/test_neo_skill_sync.py:52–53 ·
view source on GitHub ↗
(self, name, active)
Source
from the content-addressed store, hash-verified
50
calls = {
"active"
: [],
"sandbox_sync"
: 0}
51
52
def
_fake_set_skill_active(self, name, active):
53
calls[
"active"
].append((name, active))
54
55
async
def
_fake_sync_sandboxes():
56
calls[
"sandbox_sync"
] += 1
Callers
nothing calls this directly
Calls
1
append
Method · 0.45
Tested by
no test coverage detected