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

Method FilePath

ent/mutation.go:10005–10011  ·  view source on GitHub ↗

FilePath returns the value of the "file_path" field in the mutation.

()

Source from the content-addressed store, hash-verified

10003
10004// FilePath returns the value of the "file_path" field in the mutation.
10005func (m *StorageFileMutation) FilePath() (r string, exists bool) {
10006 v := m.file_path
10007 if v == nil {
10008 return
10009 }
10010 return *v, true
10011}
10012
10013// OldFilePath returns the old "file_path" field's value of the StorageFile entity.
10014// If the StorageFile object wasn't provided to the builder, the object is fetched from the database.

Callers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected