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

Method GenPortTomlString

pkgcache/metadata.go:41–41  ·  view source on GitHub ↗
(nameVersion string, native bool)

Source from the content-addressed store, hash-verified

39
40type Callbacks interface {
41 GenPortTomlString(nameVersion string, native bool) (string, error)
42 GenPlatformTomlString() (string, error)
43 GenBuildToolsVersions(tools []string) (string, error)
44 GetCommitHash(nameVersion string, native bool) (string, error)

Callers 1

buildMetaMethod · 0.65

Implementers 1

Portconfigs/port.go

Calls

no outgoing calls

Tested by

no test coverage detected