MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / WriteByte

Function WriteByte

lib/llvm/codegen.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108#endif
109
110Expect<void> WriteByte(std::ostream &OS, uint8_t Data) noexcept {
111 OS.put(static_cast<char>(Data));
112 return {};
113}
114
115Expect<void> WriteU32(std::ostream &OS, uint32_t Data) noexcept {
116 do {

Callers 4

WriteU32Function · 0.85
WriteU64Function · 0.85
WriteNameFunction · 0.85
outputWasmLibraryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected