Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepGraphLearning/graphvite
/ yes_no
Function
yes_no
include/util/io.h:64–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
std::string type2name<unsigned long long>() { return
"uint64"
; }
63
64
std::string yes_no(bool x) {
65
return x ?
"yes"
:
"no"
;
66
}
67
68
std::string size_string(size_t size) {
69
std::stringstream ss;
Callers
2
resource_info
Method · 0.85
training_info
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected