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

Method SetPythonVersion

ent/mutation.go:626–628  ·  view source on GitHub ↗

SetPythonVersion sets the "python_version" field.

(s string)

Source from the content-addressed store, hash-verified

624
625// SetPythonVersion sets the "python_version" field.
626func (m *CIWorkflowResultMutation) SetPythonVersion(s string) {
627 m.python_version = &s
628}
629
630// PythonVersion returns the value of the "python_version" field in the mutation.
631func (m *CIWorkflowResultMutation) PythonVersion() (r string, exists bool) {

Callers 2

SetFieldMethod · 0.95
UpsertRunResultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected