MCPcopy
hub / github.com/modstart-lib/aigcpanel / testActionUnset

Function testActionUnset

src/utils/test.ts:79–81  ·  view source on GitHub ↗
(name: string | string[])

Source from the content-addressed store, hash-verified

77}
78
79export function testActionUnset(name: string | string[]): void {
80 testRegistry.unsetAction(name);
81}
82
83export function registerNavigate(fn: (path: string) => Promise<void>): void {
84 _registerNavigate(fn);

Callers

nothing calls this directly

Calls 1

unsetActionMethod · 0.80

Tested by

no test coverage detected