Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ parse_version
Function
parse_version
scripts/test.py:24–25 ·
view source on GitHub ↗
(v)
Source
from the content-addressed store, hash-verified
22
return
str
23
24
def
parse_version(v):
25
return
tuple(map(int, v.split(
"."
)))
26
27
# change some CMake paths in the CMakeCache.txt file for execution of tests
28
# on potentially different machine (e.g, copied build dir in CI)
Callers
1
runConfig
Function · 0.70
Calls
2
map
Function · 0.85
split
Method · 0.45
Tested by
no test coverage detected