Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ quote
Function
quote
extlibs/vili/src/utils.cpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
std::string quote(const std::string& str)
64
{
65
return
"\"
" + str + "
\
""
;
66
}
67
68
double to_double(std::string_view input)
69
{
Callers
1
dump
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected