Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ CtxOrReq
Interface
CtxOrReq
packages/auth-client/src/client/utils.ts:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
}
7
8
export
interface
CtxOrReq {
9
req?: any;
10
ctx?: { req: any };
11
}
12
13
type
LoggerInstance = any;
14
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected