MCPcopy
hub / github.com/dagger/dagger / httpService

Function httpService

core/integration/services_test.go:2366–2368  ·  view source on GitHub ↗
(ctx context.Context, t testing.TB, c *dagger.Client, content string)

Source from the content-addressed store, hash-verified

2364}
2365
2366func httpService(ctx context.Context, t testing.TB, c *dagger.Client, content string) (*dagger.Service, string) {
2367 return httpServiceAuth(ctx, t, c, content, "", nil)
2368}
2369func httpServiceDir(ctx context.Context, t testing.TB, c *dagger.Client, dir *dagger.Directory) (*dagger.Service, string) {
2370 return httpServiceDirAuth(ctx, t, c, "", dir, "", nil)
2371}

Callers 15

TestArgTypesMethod · 0.70
TestExecServiceAliasMethod · 0.70
TestExportServicesMethod · 0.70
TestContainerPublishMethod · 0.70
TestRootFSServicesMethod · 0.70
TestDirectoryServicesMethod · 0.70

Calls 1

httpServiceAuthFunction · 0.85

Tested by

no test coverage detected