Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
555
export
function
createLANServer(config: LANServerConfig): LANServer {
556
return
new
LANServer(config);
557
}
Callers
2
LanSection
Function · 0.90
LANSyncDialog
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected