MCPcopy Create free account
hub / github.com/78/tenbox / SetInputCallback

Method SetInputCallback

src/runtime/runtime_service.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void ManagedConsolePort::SetInputCallback(InputCallback cb) {
85 std::lock_guard<std::mutex> lock(mutex_);
86 input_callback_ = std::move(cb);
87}
88
89// ── ManagedInputPort ─────────────────────────────────────────────────
90

Callers 1

AttachVmMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected