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

Method SetFilePath

ent/mutation.go:10000–10002  ·  view source on GitHub ↗

SetFilePath sets the "file_path" field.

(s string)

Source from the content-addressed store, hash-verified

9998
9999// SetFilePath sets the "file_path" field.
10000func (m *StorageFileMutation) SetFilePath(s string) {
10001 m.file_path = &s
10002}
10003
10004// FilePath returns the value of the "file_path" field in the mutation.
10005func (m *StorageFileMutation) FilePath() (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