Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/computationalpathologygroup/ASAP
/ isComplete
Function
isComplete
core/filetools.cpp:1017–1020 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1015
}
1016
1017
bool isComplete(const std::string &spath)
1018
{
1019
return fs::path(spath).is_absolute();
1020
}
1021
1022
1023
} // end namespace
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected