Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TNG/boost-python-examples
/ greet
Method
greet
03-Constructors/ctor.cpp:14–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
void set(std::string msg) { mMsg = msg; }
14
std::string greet() { return mMsg; }
15
std::string mMsg;
16
};
17
Callers
2
hello.py
File · 0.45
ctor.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected