MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / sendTcpReloadToPort

Function sendTcpReloadToPort

scripts/experimental/swiftui-preview.mjs:554–556  ·  view source on GitHub ↗
(port, dylibPath)

Source from the content-addressed store, hash-verified

552}
553
554function sendTcpReloadToPort(port, dylibPath) {
555 return sendTcpMessageToPort(port, `${RELOAD_PROTOCOL_PREFIX}${dylibPath}\n`);
556}
557
558function sendTcpMessageToPort(port, message) {
559 return new Promise((resolve) => {

Callers 1

sendTcpReloadPathFunction · 0.85

Calls 1

sendTcpMessageToPortFunction · 0.85

Tested by

no test coverage detected