Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ SetSource
Method
SetSource
libs/platform/platform_android.cpp:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
~DbgLogger() { LOG(LDEBUG, (
"Source for file"
, m_file,
"is"
, m_src)); }
35
36
void SetSource(char src) { m_src = src; }
37
38
private:
39
std::string const & m_file;
Callers
1
GetReader
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected