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

Method getLogFiles

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

Source from the content-addressed store, hash-verified

160 }
161
162 getLogFiles(_version?: SoftInstalled): Array<{ name: string; path: string }> {
163 // Java module only manages JDK installations; no service log files
164 return []
165 }
166}
167export default new Java()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected