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

Method Init

context/project.go:4–4  ·  view source on GitHub ↗
(ctx Context, projectName string)

Source from the content-addressed store, hash-verified

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

Callers 15

SetPlatformMethod · 0.65
SetProjectMethod · 0.65
CloneMethod · 0.65
installDependenciesMethod · 0.65
RemoveMethod · 0.65
InitWithPlatformMethod · 0.65
checkDepsInstalledMethod · 0.65
GenPortTomlStringMethod · 0.65
doGetCommitHashMethod · 0.65
GetBuildConfigMethod · 0.65
CheckHostSupportedMethod · 0.65

Implementers 2

Projectconfigs/project.go
fakeProjectconfigs/pkgcache_artifact_test.go

Calls

no outgoing calls

Tested by 6

buildWithAMD64ClangFunction · 0.52
buildWithAMD64MSVCFunction · 0.52
buildWithAArch64GCCFunction · 0.52
buildWithAMD64GCCFunction · 0.52
installForTestRemoveFunction · 0.52
buildWithAMD64ClangFunction · 0.52