MCPcopy Create free account
hub / github.com/AngusJohnson/Clipper2 / FindFirst

Method FindFirst

CPP/Utils/ClipFileSave.cpp:191–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 }
190
191 bool FindFirst()
192 {
193 Reset();
194 return FindNext();
195 }
196
197 inline char* Base() { return haystack_; }
198 inline char* LastFound() { return last_found; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected