Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cselab/aphros
/ CodeBlock
Class
CodeBlock
src/parse/codeblocks.cpp:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
#include
"util/logger.h"
17
18
struct CodeBlock {
19
std::string name;
20
std::string content;
21
};
22
23
static std::string Strip(std::string s) {
24
size_t b = 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected