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

Function initRillProject

cli/cmd/deploy/deploy_test.go:440–447  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

438}
439
440func initRillProject(t *testing.T) string {
441 tempDir := t.TempDir()
442 putFiles(t, tempDir, map[string]string{"rill.yaml": `compiler: rillv1
443display_name: Untitled Rill Project
444olap_connector: duckdb`,
445 })
446 return tempDir
447}
448
449func initMonorepo(t *testing.T) string {
450 tempDir := t.TempDir()

Callers 3

TestManagedDeployFunction · 0.85
testSelfHostedDeployFunction · 0.85

Calls 2

putFilesFunction · 0.70
TempDirMethod · 0.65

Tested by

no test coverage detected