Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ineo6/hosts
/ UpdateConfig
Interface
UpdateConfig
src/hosts.ts:98–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
interface
UpdateConfig {
99
mdTpl?: string;
100
mdDest?: string;
101
hostDest: string;
102
}
103
104
function
hostsTpl(content: string, time: string) {
105
return
[
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected