Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/callumalpass/tasknotes
/ end
Method
end
src/api/httpTypes.ts:15–15 ·
view source on GitHub ↗
(data?: string)
Source
from the content-addressed store, hash-verified
13
setHeader(name: string, value: string): void;
14
writeHead(statusCode: number, headers?: Record<string, string>): void;
15
end(data?: string): void;
16
}
17
18
export
interface
HTTPServerLike {
Callers
9
handleCORSPreflight
Method · 0.65
handleRequest
Method · 0.65
handleRequest
Method · 0.65
handleCallback
Method · 0.65
sendJSONResponse
Function · 0.65
handleOpenAPISpec
Method · 0.65
handleSwaggerUI
Method · 0.65
PerformanceProfiler.test.ts
File · 0.65
apiRequest
Function · 0.65
Calls
no outgoing calls
Tested by
1
apiRequest
Function · 0.52