Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/callumalpass/tasknotes
/ json
Function
json
tests/unit/api/SystemController.nlp-task-data.test.ts:64–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
this.body = data;
63
},
64
json(): any {
65
return
this.body ? JSON.parse(this.body) : undefined;
66
},
67
};
68
}
69
Callers
nothing calls this directly
Calls
1
parse
Method · 0.80
Tested by
no test coverage detected