File: variable_lookup.h

package info (click to toggle)
ruby-liquid-c 4.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 504 kB
  • sloc: ansic: 3,866; ruby: 1,151; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#if !defined(LIQUID_VARIABLE_LOOKUP_H)
#define LIQUID_VARIABLE_LOOKUP_H

void liquid_define_variable_lookup(void);
VALUE variable_lookup_key(VALUE context, VALUE object, VALUE key, bool is_command);

#endif