MCPcopy Create free account
hub / github.com/xpf0000/FlyEnv / getConfigFiles

Method getConfigFiles

src/fork/module/Python/index.ts:266–269  ·  view source on GitHub ↗
(_version?: SoftInstalled)

Source from the content-addressed store, hash-verified

264 }
265
266 getConfigFiles(_version?: SoftInstalled): Array<{ name: string; path: string }> {
267 // Python module only manages Python versions; no service config files
268 return []
269 }
270
271 getLogFiles(_version?: SoftInstalled): Array<{ name: string; path: string }> {
272 // Python module only manages Python versions; no service log files

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected