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

Method PythonVersionCleared

ent/mutation.go:663–666  ·  view source on GitHub ↗

PythonVersionCleared returns if the "python_version" field was cleared in this mutation.

()

Source from the content-addressed store, hash-verified

661
662// PythonVersionCleared returns if the "python_version" field was cleared in this mutation.
663func (m *CIWorkflowResultMutation) PythonVersionCleared() bool {
664 _, ok := m.clearedFields[ciworkflowresult.FieldPythonVersion]
665 return ok
666}
667
668// ResetPythonVersion resets all changes to the "python_version" field.
669func (m *CIWorkflowResultMutation) ResetPythonVersion() {

Callers 2

sqlSaveMethod · 0.80
sqlSaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected