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

Method SetFileURL

ent/mutation.go:10072–10074  ·  view source on GitHub ↗

SetFileURL sets the "file_url" field.

(s string)

Source from the content-addressed store, hash-verified

10070
10071// SetFileURL sets the "file_url" field.
10072func (m *StorageFileMutation) SetFileURL(s string) {
10073 m.file_url = &s
10074}
10075
10076// FileURL returns the value of the "file_url" field in the mutation.
10077func (m *StorageFileMutation) FileURL() (r string, exists bool) {

Callers 3

SetFieldMethod · 0.95
CreateNodeVersionMethod · 0.45
UpsertStorageFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected