MCPcopy Index your code
hub / github.com/celer-pkg/celer / Project

Interface Project

context/project.go:3–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package context
2
3type Project interface {
4 Init(ctx Context, projectName string) error
5 GetName() string
6 GetPorts() []string
7 GetTargetPlatform() string
8 GetVars() []string
9 Write(platformPath string, override bool) error
10}

Callers 29

SetPlatformMethod · 0.65
SetProjectMethod · 0.65
CloneMethod · 0.65
installDependenciesMethod · 0.65
RemoveMethod · 0.65
InitWithPlatformMethod · 0.65
checkDepsInstalledMethod · 0.65
preExposeInstalledDirMethod · 0.65
writePythonVenvConfigMethod · 0.65
InstallMethod · 0.65
doInstallFromPackageMethod · 0.65

Implementers 2

Projectconfigs/project.go
fakeProjectconfigs/pkgcache_artifact_test.go

Calls

no outgoing calls

Tested by

no test coverage detected