MCPcopy Create free account
hub / github.com/Luce-Org/lucebox-hub / print_ready_banner

Method print_ready_banner

server/src/common/layer_split_backend.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void LayerSplitBackend::print_ready_banner() const {
29 std::printf("[daemon] ready\n");
30 std::fflush(stdout);
31}
32
33bool LayerSplitBackend::park(ParkTarget target) {
34 std::fprintf(stderr,

Callers 1

run_daemonFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected