Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IAmUnbounded/devctx
/ LogArgs
Interface
LogArgs
devctx/src/mcp-server.ts:134–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
);
133
134
interface
LogArgs {
135
all?: boolean;
136
count?: number;
137
}
138
139
const
logSchema = {
140
all: z.boolean().optional().describe(
"Show all branches"
),
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected