MCPcopy Index your code
hub / github.com/dataease/SQLBot / Identity

Function Identity

frontend/public/swagger-ui-bundle.js:52418–52425  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

52416 }
52417 }
52418 })
52419 var Identity = function (s) {
52420 return {
52421 value: s,
52422 map: function (o) {
52423 return Identity(o(s))
52424 },
52425 }
52426 },
52427 _w = _curry3(function over(s, o, i) {
52428 return s(function (s) {

Callers 11

TerminologyClass · 0.85
CoreDatasourceClass · 0.85
CoreTableClass · 0.85
CoreFieldClass · 0.85
ChatLogClass · 0.85
ChatClass · 0.85
ChatRecordClass · 0.85
DataTrainingClass · 0.85
SystemVariableClass · 0.85

Calls 1

oFunction · 0.70

Tested by

no test coverage detected