Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_storage
Method · 0.70
moneypunct_byname
Method · 0.50
__pthread_once_full
Function · 0.50
DenseMap
Method · 0.50
DenseMap
Class · 0.50
init
Method · 0.50
allocate_impl
Method · 0.50
init
Method · 0.50
init
Method · 0.50
Calls
1
construct_at
Function · 0.85
Tested by
no test coverage detected