Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ testFStream
Function
testFStream
Source/kwsys/testFStream.cxx:139–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
int testFStream(int, char*[])
140
{
141
int ret = 0;
142
143
ret |= testNoFile();
144
ret |= testBOM();
145
ret |= testBOMIO();
146
147
return ret;
148
}
Callers
nothing calls this directly
Calls
3
testNoFile
Function · 0.85
testBOM
Function · 0.85
testBOMIO
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…