MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / read

Function read

Libraries/FileSystem/FileSystem.h:347–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345 /// @see write (for an usage example)
346 template <typename T>
347 Result read(StringSpan file, T& data)
348 {
349 return read(file, GrowableBuffer<T>{data});
350 }
351
352 /// @brief Read contents of a file into an IGrowableBuffer
353 /// @param[in] file Path to the file to read

Callers 10

readStructMethod · 0.85
readArrayVectorMethod · 0.85
loadExactMethod · 0.85
loadVersionedMethod · 0.85
readAbsoluteFileMethod · 0.85
readMethod · 0.85
readAppendMethod · 0.85
readUntilFullOrEOFMethod · 0.85
readMethod · 0.85
copyFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected