MCPcopy Create free account
hub / github.com/bytecodealliance/component-docs / add

Method add

component-model/examples/tutorial/python/app.py:4–5  ·  view source on GitHub ↗
(self, x: int, y: int)

Source from the content-addressed store, hash-verified

2
3class Add(exports.Add):
4 def add(self, x: int, y: int) -> int:
5 return x + y

Callers 3

changeTabFunction · 0.45
mainFunction · 0.45
run.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected