MCPcopy Index your code
hub / github.com/processing/p5.js / isStructType

Function isStructType

src/strands/ir_types.js:93–95  ·  view source on GitHub ↗
(typeInfo)

Source from the content-addressed store, hash-verified

91 return structType;
92};
93export function isStructType(typeInfo) {
94 return !!(typeInfo && typeInfo.properties);
95}
96export const GenType = {
97 FLOAT: { baseType: BaseType.FLOAT, dimension: null, priority: 3 },
98 INT: { baseType: BaseType.INT, dimension: null, priority: 2 },

Callers 4

createHookArgumentsFunction · 0.90
handleRetValFunction · 0.90
generateReturnStatementFunction · 0.90
generateReturnStatementFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected