MCPcopy
hub / github.com/codedogQBY/ReadAny / setManualIP

Method setManualIP

packages/core/src/sync/lan-server.ts:373–375  ·  view source on GitHub ↗

Set manual IP address (used when auto-detection fails)

(ip: string)

Source from the content-addressed store, hash-verified

371
372 /** Set manual IP address (used when auto-detection fails) */
373 setManualIP(ip: string): void {
374 this.manualIP = ip;
375 }
376
377 /** Start the LAN server */
378 async start(): Promise<void> {

Callers 2

LanSectionFunction · 0.80
LANSyncDialogFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected