Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/azat-co/practicalnode
/ Car
Function
Car
code/ch10/grunt-example/source/grunt-example.js:19–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
18
Car = (
function
() {
19
function
Car() {}
20
21
Car.prototype._setType =
function
(
type
) {
22
if
(
type
== null) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected