MCPcopy
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
98interface UpdateConfig {
99 mdTpl?: string;
100 mdDest?: string;
101 hostDest: string;
102}
103
104function hostsTpl(content: string, time: string) {
105 return [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected