MCPcopy Create free account
hub / github.com/Comfy-Org/registry-backend / FileURL

Method FileURL

ent/mutation.go:10077–10083  ·  view source on GitHub ↗

FileURL returns the value of the "file_url" field in the mutation.

()

Source from the content-addressed store, hash-verified

10075
10076// FileURL returns the value of the "file_url" field in the mutation.
10077func (m *StorageFileMutation) FileURL() (r string, exists bool) {
10078 v := m.file_url
10079 if v == nil {
10080 return
10081 }
10082 return *v, true
10083}
10084
10085// OldFileURL returns the old "file_url" field's value of the StorageFile entity.
10086// If the StorageFile object wasn't provided to the builder, the object is fetched from the database.

Callers 4

FieldMethod · 0.95
createSpecMethod · 0.80
sqlSaveMethod · 0.80
sqlSaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected