Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanLucPons/VanitySearch
/ Int
Method
Int
Int.cpp:33–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
// ------------------------------------------------
32
33
Int::Int() {
34
}
35
36
Int::Int(Int *a) {
37
if(a) Set(a);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected