MCPcopy Index your code
hub / github.com/google/gvisor / err

Method err

pkg/sentry/pgalloc/save_restore.go:1216–1221  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1214}
1215
1216func (apfl *AsyncPagesFileLoad) err() error {
1217 if v := apfl.errVal.Load(); v != nil {
1218 return v.(error)
1219 }
1220 return nil
1221}
1222
1223// asyncMemoryFileLoad holds async page loading state for a single MemoryFile.
1224type asyncMemoryFileLoad struct {

Callers 3

mainMethod · 0.95
LoadFromMethod · 0.80
awaitLoadMethod · 0.80

Calls 1

LoadMethod · 0.65

Tested by

no test coverage detected