./ct_report/coverage/mongoose_graphql_default.COVER.html
1 | -module(mongoose_graphql_default). |
|
2 |
|
|
3 | -export([execute/4]). |
|
4 |
|
|
5 | -ignore_xref([execute/4]). |
|
6 |
|
|
7 | %% Assume we are given a map(). Look up the field in the map. If not |
|
8 | %% present, return the value null. |
|
9 | execute(_Ctx, Obj, Field, _Args) -> |
|
10 | 50554 | {ok, maps:get(Field, Obj, null)}. |
Line | Hits | Source |
---|