Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bdring/FluidNC
/ writeUTF8
Method
writeUTF8
FluidNC/src/Channel.cpp:374–379 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
372
}
373
374
void Channel::writeUTF8(uint32_t code) {
375
auto v = _utf8.encode(code);
376
for (auto const& b : v) {
377
write(b);
378
}
379
}
Callers
2
write
Method · 0.80
setDuty
Method · 0.80
Calls
1
encode
Method · 0.80
Tested by
no test coverage detected