MCPcopy
hub / github.com/Wei-Shaw/sub2api / Value

Method Value

backend/ent/tlsfingerprintprofile.go:200–202  ·  view source on GitHub ↗

Value returns the ent.Value that was dynamically selected and assigned to the TLSFingerprintProfile. This includes values selected through modifiers, order, etc.

(name string)

Source from the content-addressed store, hash-verified

198// Value returns the ent.Value that was dynamically selected and assigned to the TLSFingerprintProfile.
199// This includes values selected through modifiers, order, etc.
200func (_m *TLSFingerprintProfile) Value(name string) (ent.Value, error) {
201 return _m.selectValues.Get(name)
202}
203
204// Update returns a builder for updating this TLSFingerprintProfile.
205// Note that you need to call TLSFingerprintProfile.Unwrap() before calling this method if this TLSFingerprintProfile

Callers

nothing calls this directly

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected