MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / init

Function init

system/lib/libcxx/src/iostream.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 };
29
30 void init(FILE* stdstream) {
31 mb = {};
32 std::construct_at(&buffer, stdstream, &mb);
33 std::construct_at(&stream, &buffer);
34 }
35};
36
37#define CHAR_MANGLING_char "D"

Callers 9

__time_get_storageMethod · 0.70
moneypunct_bynameMethod · 0.50
__pthread_once_fullFunction · 0.50
DenseMapMethod · 0.50
DenseMapClass · 0.50
initMethod · 0.50
allocate_implMethod · 0.50
initMethod · 0.50
initMethod · 0.50

Calls 1

construct_atFunction · 0.85

Tested by

no test coverage detected