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

Method __stem

system/lib/libcxx/src/filesystem/path.cpp:135–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135string_view_t path::__stem() const { return parser::separate_filename(__filename()).first; }
136
137string_view_t path::__extension() const { return parser::separate_filename(__filename()).second; }
138

Callers

nothing calls this directly

Calls 1

separate_filenameFunction · 0.85

Tested by

no test coverage detected