Back

lookup-args (clj)

(source)

function

(lookup-args context-map)
Given a context map, return a function that accepts a filter argument and if it begins with @, return the value from the context map instead of treating it as a literal.

Examples