Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fabiospampinato/cash
/ hasClass
Method
hasClass
src/attributes/has_class.ts:8–8 ·
view source on GitHub ↗
( cls: string )
Source
from the content-addressed store, hash-verified
6
7
interface
Cash {
8
hasClass ( cls: string ): boolean;
9
}
10
11
fn.hasClass =
function
( this: Cash, cls: string ) {
Callers
2
attributes.js
File · 0.80
collection.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected