Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ toInt
Method
toInt
Source/3rdParty/spine/Atlas.cpp:171–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
}
170
171
int toInt() {
172
return (int) strtol(start, &end, 10);
173
}
174
};
175
176
struct AtlasInput {
Callers
1
load
Method · 0.45
Calls
1
strtol
Function · 0.85
Tested by
no test coverage detected