MCPcopy Index your code
hub / github.com/rilldata/rill / fromStringPtr

Function fromStringPtr

admin/server/github.go:1256–1261  ·  view source on GitHub ↗
(s *string)

Source from the content-addressed store, hash-verified

1254}
1255
1256func fromStringPtr(s *string) string {
1257 if s == nil {
1258 return ""
1259 }
1260 return *s
1261}
1262
1263func mirrorGitRepo(ctx context.Context, srcGitRemote, destGitRemote, srcToken, destToken string) error {
1264 gitPath, err := os.MkdirTemp(os.TempDir(), "projects")

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected