Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anus-dev/ANUS
/ authRequired
Method
authRequired
packages/cli/src/zed-integration/acp.ts:326–328 ·
view source on GitHub ↗
(details?: string)
Source
from the content-addressed store, hash-verified
324
}
325
326
static authRequired(details?: string): RequestError {
327
return
new
RequestError(-32000,
'Authentication required'
, details);
328
}
329
330
toResult<T>(): Result<T> {
331
return
{
Callers
1
newSession
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected