MCPcopy Index your code
hub / github.com/dagger/dagger / modulePath

Method modulePath

sdk/java/runtime/main.go:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42func (c *moduleConfig) modulePath() string {
43 return filepath.Join(ModSourceDirPath, c.subPath)
44}
45
46func New(
47 // Directory with the Java SDK source code.

Callers 4

codegenBaseMethod · 0.45
addTemplateMethod · 0.45
generateCodeMethod · 0.45
finalJarMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected