MCPcopy 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
139int 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

testNoFileFunction · 0.85
testBOMFunction · 0.85
testBOMIOFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…