MCPcopy Create free account
hub / github.com/celer-pkg/celer / GetName

Method GetName

context/project.go:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3type Project interface {
4 Init(ctx Context, projectName string) error
5 GetName() string
6 GetPorts() []string
7 GetTargetPlatform() string
8 GetVars() []string

Callers 15

preExposeInstalledDirMethod · 0.65
writePythonVenvConfigMethod · 0.65
InstallMethod · 0.65
doInstallFromPackageMethod · 0.65
writeTraceFileMethod · 0.65
stripDeployedMethod · 0.65
doRemovePortMethod · 0.65
RemoveLogsMethod · 0.65
renderMarkdownMethod · 0.65
writeMethod · 0.65
initBuildConfigMethod · 0.65
InitMethod · 0.65

Implementers 2

Projectconfigs/project.go
fakeProjectconfigs/pkgcache_artifact_test.go

Calls

no outgoing calls

Tested by 4

TestConfigure_PlatformFunction · 0.52
TestConfigure_ProjectFunction · 0.52