Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ Big5
Method
Big5
tests/test_class_sh_trampoline_self_life_support.cpp:18–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
std::string history;
17
18
explicit Big5(std::string history_start) : history{std::move(history_start)} {}
19
20
Big5(const Big5 &other) { history = other.history +
"_CpCtor"
; }
21
Callers
1
test_m_big5
Function · 0.80
Calls
1
move
Function · 0.85
Tested by
no test coverage detected