MCPcopy Index your code
hub / github.com/EngoEngine/engo / openFile

Function openFile

engo_vulkan.go:343–345  ·  view source on GitHub ↗

openFile is the desktop-specific way of opening a file

(url string)

Source from the content-addressed store, hash-verified

341
342// openFile is the desktop-specific way of opening a file
343func openFile(url string) (io.ReadCloser, error) {
344 return os.Open(url)
345}
346
347// IsAndroidChrome tells if the browser is Chrome for android
348func IsAndroidChrome() bool {

Callers

nothing calls this directly

Calls 1

OpenMethod · 0.80

Tested by

no test coverage detected