MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / IsServerless

Method IsServerless

rest/config_startup.go:219–221  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

217}
218
219func (sc *StartupConfig) IsServerless() bool {
220 return base.ValDefault(sc.Unsupported.Serverless.Enabled, false)
221}
222
223func LoadStartupConfigFromPath(ctx context.Context, path string) (*StartupConfig, error) {
224 rc, err := readFromPath(ctx, path, false)

Calls 1

ValDefaultFunction · 0.92