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

Function createLANServer

packages/core/src/sync/lan-server.ts:555–557  ·  view source on GitHub ↗
(config: LANServerConfig)

Source from the content-addressed store, hash-verified

553 * Create a LAN sync server.
554 */
555export function createLANServer(config: LANServerConfig): LANServer {
556 return new LANServer(config);
557}

Callers 2

LanSectionFunction · 0.90
LANSyncDialogFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected