Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/inancgumus/learngo
/ print
Method
print
interfaces/08-promoted-methods/list.go:14–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
13
type
item
interface
{
14
print()
15
discount(ratio float64)
16
}
17
Callers
13
loop
Function · 0.65
Print
Method · 0.65
main
Function · 0.65
announce
Function · 0.65
print
Method · 0.65
print
Method · 0.65
print
Method · 0.65
print
Method · 0.65
print
Method · 0.65
print
Method · 0.65
main
Function · 0.65
print
Method · 0.65
Implementers
11
game
interfaces/05-type-assertion/game.go
toy
interfaces/05-type-assertion/toy.go
game
interfaces/04-interfaces/game.go
game
interfaces/07-type-switch/game.go
toy
interfaces/07-type-switch/toy.go
product
interfaces/08-promoted-methods/product
product
interfaces/09-little-refactor/product.
game
interfaces/03-nonstructs/game.go
game
interfaces/06-empty-interface/game.go
toy
interfaces/06-empty-interface/toy.go
game
interfaces/02-receivers/game.go
Calls
no outgoing calls
Tested by
no test coverage detected