MCPcopy Create free account
hub / github.com/featureform/featureform / IsFileStoreConfig

Method IsFileStoreConfig

provider/filestore.go:420–422  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

418}
419
420func (config *GCSFileStoreConfig) IsFileStoreConfig() bool {
421 return true
422}
423
424func NewGCSFileStore(config Config) (FileStore, error) {
425 GCSConfig := pc.GCSFileStoreConfig{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected