MCPcopy Create free account
hub / github.com/NVIDIA/grcuda / NoneValue

Class NoneValue

projects/com.nvidia.grcuda/src/com/nvidia/grcuda/NoneValue.java:43–71  ·  view source on GitHub ↗

None is a singleton object that will always returned of a function or a member returns `void`. This is to satisfy the post-condition in the Truffle call contract for invokeMember and execute, which states the the result type must be either a boxed primitive type or a TruffleObject.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected