Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoevaLab/FREEC
/ Chameleon
Method
Chameleon
src/Chameleon.cpp:33–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
#include
"Chameleon.h"
32
33
Chameleon::Chameleon(std::string const& value) {
34
value_ = value;
35
}
36
37
#include <iostream>
38
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected