MCPcopy Create free account
hub / github.com/QuiltMC/chasm / lambda

Method lambda

chassembly/src/main/java/org/quiltmc/chasm/lang/api/ast/Ast.java:236–238  ·  view source on GitHub ↗

Creates a lambda node. @see LambdaNode

(String argument, @NotNull Node body)

Source from the content-addressed store, hash-verified

234 * @see LambdaNode
235 */
236 public static LambdaNode lambda(String argument, @NotNull Node body) {
237 return new LambdaNode(argument, body);
238 }
239
240 /**
241 * Creates a call node for a function by name.

Callers 1

applyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected