MCPcopy Create free account
hub / github.com/expr-lang/expr / EmbedPointerEmbedMethod

Method EmbedPointerEmbedMethod

test/mock/mock.go:158–160  ·  view source on GitHub ↗
(_ int)

Source from the content-addressed store, hash-verified

156}
157
158func (p EmbedPointerEmbed) EmbedPointerEmbedMethod(_ int) string {
159 return ""
160}
161
162func (p *EmbedPointerEmbed) EmbedPointerEmbedPointerReceiverMethod(_ int) string {
163 return ""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected