Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/android
/ Snake
Function
Snake
test-app/app/src/main/assets/app/tests/testsForTypescript.js:136–138 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
134
var
Snake = (
function
(_super) {
135
__extends(Snake, _super);
136
function
Snake(name) {
137
_super.call(this, name);
138
}
139
Snake.prototype.move =
function
() {
140
__log(
"Slithering..."
);
141
_super.prototype.move.call(this, 5);
Callers
nothing calls this directly
Calls
1
call
Method · 0.45
Tested by
no test coverage detected