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

Method getConfigFiles

src/fork/module/Java/index.ts:157–160  ·  view source on GitHub ↗
(_version?: SoftInstalled)

Source from the content-addressed store, hash-verified

155 }
156
157 getConfigFiles(_version?: SoftInstalled): Array<{ name: string; path: string }> {
158 // Java module only manages JDK installations; no service config files
159 return []
160 }
161
162 getLogFiles(_version?: SoftInstalled): Array<{ name: string; path: string }> {
163 // Java module only manages JDK installations; no service log files

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected