MCPcopy Create free account
hub / github.com/Syncleus/aparapi / getOpenCLString

Method getOpenCLString

src/test/java/com/aparapi/codegen/Source.java:162–164  ·  view source on GitHub ↗
(int _index)

Source from the content-addressed store, hash-verified

160 }
161
162 public String getOpenCLString(int _index) {
163 return (listToString(opencl.get(_index)));
164 }
165
166 public List<List<String>> getOpenCL() {
167 return (opencl);

Callers

nothing calls this directly

Calls 2

listToStringMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected