Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/ multiply
Method
multiply
data_structures/_test_utils.ts:3–5 ·
view source on GitHub ↗
(a: number, b: number)
Source
from the content-addressed store, hash-verified
1
// Copyright 2018-2026 the Deno authors. MIT license.
2
export
class
MyMath {
3
multiply(a: number, b: number): number {
4
return
a * b;
5
}
6
}
7
8
export
interface
Container {
Callers
4
red_black_tree_test.ts
File · 0.80
deque_test.ts
File · 0.80
binary_search_tree_test.ts
File · 0.80
binary_heap_test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected