MCPcopy Create free account
hub / github.com/beutton/browser-flight-simulator / clone

Method clone

packages/core/src/TilingScheme.ts:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 ) {}
22
23 clone(): TilingScheme {
24 return new TilingScheme(this.width, this.height, this.rectangle.clone())
25 }
26
27 copy(other: TilingSchemeLike): this {
28 this.width = other.width

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected