MCPcopy Create free account
hub / github.com/developit/microbundle / drive

Method drive

test/fixtures/basic-ts/src/car.ts:6–8  ·  view source on GitHub ↗
(distance: number)

Source from the content-addressed store, hash-verified

4
5export default class Car implements Driveable {
6 public drive(distance: number): boolean {
7 return true;
8 }
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected