Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Waishnav/devspace
/ textBlock
Function
textBlock
src/server.ts:314–316 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
312
}
313
314
function
textBlock(text: string): ToolContent {
315
return
{
type
:
"text"
, text };
316
}
317
318
function
textSummary(content: ToolContent[]): {
319
lines: number;
Callers
2
processToolResponse
Function · 0.85
createMcpServer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected