Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ notFound
Method
notFound
Examples/ApiServer/ApiServer.cpp:133–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
Result notFound(HttpConnection& connection) { return connection.sendTextCopy(404,
"not found\n"
); }
134
};
135
136
Result saneMain(Span<const StringSpan> args)
Callers
nothing calls this directly
Calls
1
sendTextCopy
Method · 0.80
Tested by
no test coverage detected