Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ember-learn/ember-api-docs
/ eq
Function
eq
app/helpers/eq.js:3–5 ·
view source on GitHub ↗
(params)
Source
from the content-addressed store, hash-verified
1
import
{ helper } from
'@ember/component/helper'
;
2
3
export
function
eq(params) {
4
return
params[0] === params[1];
5
}
6
7
export
default helper(eq);
Callers
1
eq-test.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected