MCPcopy Create free account
hub / github.com/VKCOM/kphp / load_from_index_file

Method load_from_index_file

compiler/index.cpp:342–377  ·  view source on GitHub ↗

load a list of crc64 from an index file — hashes of prev codegeneration for cpp/h this is an optimization: avoid reading every file contents (hashes are also saved in every cpp/h file at the top, so everything works without this index file, but slower)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

load_indexMethod · 0.80

Calls 6

fopenFunction · 0.85
fstatFunction · 0.85
get_mtimeFunction · 0.85
get_fileFunction · 0.85
emptyMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected