Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/g3n/engine
/ decImageSource
Method
decImageSource
loader/collada/library_images.go:116–120 ·
view source on GitHub ↗
(start xml.StartElement, cdata []byte, img *Image)
Source
from the content-addressed store, hash-verified
114
}
115
116
func
(d *Decoder) decImageSource(start xml.StartElement, cdata []byte, img *Image) error {
117
118
img.ImageSource = InitFrom{string(cdata)}
119
return
nil
120
}
Callers
1
decImage
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected